ASP.NET Core MVC コントロールヘルプ
Select メソッド (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : Select メソッド
Index of the first row in this range.
Index of the first column in this range.
Index of the last row in this range.
Index of the last column in this range.
Selects a cell range and optionally scrolls it into view.
シンタックス
'宣言
 
Public Overridable Function Select( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal row2 As System.Nullable(Of Integer), _
   ByVal col2 As System.Nullable(Of Integer) _
) As TBuilder
public virtual TBuilder Select( 
   System.int row,
   System.int col,
   System.Nullable<int> row2,
   System.Nullable<int> col2
)

パラメータ

row
Index of the first row in this range.
col
Index of the first column in this range.
row2
Index of the last row in this range.
col2
Index of the last column in this range.

戻り値の型

Current builder.
解説
If row2 and col2 are not set or set to Null, it means the single cell specified by row and col will be selected.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ